html, body, .filled-div {
  height: 100%;
}

.consent-buttons {
  margin-top: 25px;
}
.consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.consent-form .consent-description {
  margin-left: 25px;
}
.consent-form .consent-description label {
  font-weight: normal;
}
.consent-form .consent-remember {
  padding-left: 16px;
}
.login-page .list-unstyled li {
  margin-bottom: 10px;
}
iframe.signout {
  display: none;
}
div#blockPageModal { 
    border: none;
}
div#blockPageModal:focus {
    outline: 0px;
}